home *** CD-ROM | disk | FTP | other *** search
/ Aminet 30 / Aminet 30 (1999)(Schatztruhe)[!][Apr 1999].iso / Aminet / dev / mui / bcc_src.lha / Parser / test / initcl.h < prev    next >
Encoding:
C/C++ Source or Header  |  1996-12-28  |  192 b   |  7 lines

  1. extern struct MUI_CustomClass *cl_MyApplication;
  2. extern struct MUI_CustomClass *cl_MyClass;
  3. extern struct MUI_CustomClass *cl_MyWindow;
  4.  
  5. short _initclasses( void );
  6. void _freeclasses( void );
  7.